home *** CD-ROM | disk | FTP | other *** search
/ Amoszine 4 / Amoszine 4 (Disk 2 of 3).adf / SOURCE_CODE / SOURCE_CODE.lha / COPPERDEEKER.AMOS / COPPERDEEKER.amosSourceCode < prev   
AMOS Source Code  |  1992-02-26  |  242b  |  17 lines

  1. '
  2. Screen Open 0,256,192,16,Lowres
  3. Screen Display 0,165,90-20,,
  4. Flash Off : Paper 0 : Cls 1
  5. '
  6. Colour 1,$0
  7. Set Rainbow 0,1,192,"","",""
  8. Rainbow 0,0,69,192
  9. Colour Back 0
  10. '
  11. '
  12. For C=0 To 191
  13. Rain(0,C)=Deek(Start(15)+(C*2))
  14. '
  15. Next C : View 
  16. Stop 
  17. '